home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / prog / webtrial.exe / WBSMISC.QIP / BASEX1.BAT < prev    next >
DOS Batch File  |  1995-06-14  |  168b  |  10 lines

  1. rem
  2. rem Example used in server docs "Basic Scripting"
  3. rem
  4. set OF=%OUTPUT_FILE%
  5. echo Content-type: text/plain > %OF%
  6. echo. >> %OF%
  7. type c:\config.sys >> %OF%
  8.  
  9.  
  10.